﻿2026-06-10T22:49:41.4232202Z ##[group]Run actions/checkout@v5
2026-06-10T22:49:41.4233393Z with:
2026-06-10T22:49:41.4234105Z   repository: SaberMage/spt-core
2026-06-10T22:49:41.4241992Z   token: ***
2026-06-10T22:49:41.4242704Z   ssh-strict: true
2026-06-10T22:49:41.4243439Z   ssh-user: git
2026-06-10T22:49:41.4244168Z   persist-credentials: true
2026-06-10T22:49:41.4244970Z   clean: true
2026-06-10T22:49:41.4245698Z   sparse-checkout-cone-mode: true
2026-06-10T22:49:41.4246566Z   fetch-depth: 1
2026-06-10T22:49:41.4247276Z   fetch-tags: false
2026-06-10T22:49:41.4248001Z   show-progress: true
2026-06-10T22:49:41.4248741Z   lfs: false
2026-06-10T22:49:41.4249513Z   submodules: false
2026-06-10T22:49:41.4250247Z   set-safe-directory: true
2026-06-10T22:49:41.4251255Z ##[endgroup]
2026-06-10T22:49:41.5131874Z Syncing repository: SaberMage/spt-core
2026-06-10T22:49:41.5134523Z ##[group]Getting Git version info
2026-06-10T22:49:41.5135847Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-10T22:49:41.5138021Z [command]/usr/bin/git version
2026-06-10T22:49:41.5138918Z git version 2.43.0
2026-06-10T22:49:41.5142535Z ##[endgroup]
2026-06-10T22:49:41.5151264Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9ec1f4d2-3e84-4466-9154-6f8c6cf76e68' before making global git config changes
2026-06-10T22:49:41.5153857Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:49:41.5155950Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-10T22:49:41.5188752Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-10T22:49:41.5211022Z https://github.com/SaberMage/spt-core
2026-06-10T22:49:41.5222289Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T22:49:41.5224735Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T22:49:41.5252260Z refs/heads/main
2026-06-10T22:49:41.5258871Z [command]/usr/bin/git checkout --detach
2026-06-10T22:49:41.5384392Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:41.5419859Z [command]/usr/bin/git branch --delete --force main
2026-06-10T22:49:41.5449450Z Deleted branch main (was 04fd322).
2026-06-10T22:49:41.5490401Z ##[endgroup]
2026-06-10T22:49:41.5491400Z [command]/usr/bin/git submodule status
2026-06-10T22:49:41.5670855Z ##[group]Cleaning the repository
2026-06-10T22:49:41.5672182Z [command]/usr/bin/git clean -ffdx
2026-06-10T22:49:44.0130863Z Removing target/
2026-06-10T22:49:44.0141888Z [command]/usr/bin/git reset --hard HEAD
2026-06-10T22:49:44.0237593Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:44.0241498Z ##[endgroup]
2026-06-10T22:49:44.0242998Z ##[group]Disabling automatic garbage collection
2026-06-10T22:49:44.0245877Z [command]/usr/bin/git config --local gc.auto 0
2026-06-10T22:49:44.0270455Z ##[endgroup]
2026-06-10T22:49:44.0270925Z ##[group]Setting up auth
2026-06-10T22:49:44.0275842Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:49:44.0303162Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-10T22:49:44.0494223Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:49:44.0521759Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-10T22:49:44.0704640Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:49:44.0729873Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-10T22:49:44.0917947Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-10T22:49:44.0949118Z ##[endgroup]
2026-06-10T22:49:44.0949666Z ##[group]Fetching the repository
2026-06-10T22:49:44.0955145Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d239ae418c6352f4f3a32d5ec6d365cc2a8a3180:refs/remotes/origin/main
2026-06-10T22:49:44.5762180Z From https://github.com/SaberMage/spt-core
2026-06-10T22:49:44.5762840Z  + 04fd322...d239ae4 d239ae418c6352f4f3a32d5ec6d365cc2a8a3180 -> origin/main  (forced update)
2026-06-10T22:49:44.5781741Z ##[endgroup]
2026-06-10T22:49:44.5782284Z ##[group]Determining the checkout info
2026-06-10T22:49:44.5784255Z ##[endgroup]
2026-06-10T22:49:44.5793510Z [command]/usr/bin/git sparse-checkout disable
2026-06-10T22:49:44.5829605Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-10T22:49:44.5851175Z ##[group]Checking out the ref
2026-06-10T22:49:44.5853552Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:49:44.5895889Z Warning: you are leaving 1 commit behind, not connected to
2026-06-10T22:49:44.5896349Z any of your branches:
2026-06-10T22:49:44.5896547Z 
2026-06-10T22:49:44.5897082Z   04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:44.5897482Z 
2026-06-10T22:49:44.5897697Z If you want to keep it by creating a new branch, this may be a good time
2026-06-10T22:49:44.5898059Z to do so with:
2026-06-10T22:49:44.5898208Z 
2026-06-10T22:49:44.5898335Z  git branch <new-branch-name> 04fd322
2026-06-10T22:49:44.5898538Z 
2026-06-10T22:49:44.5902577Z Switched to a new branch 'main'
2026-06-10T22:49:44.5902935Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:49:44.5907394Z ##[endgroup]
2026-06-10T22:49:44.5936618Z [command]/usr/bin/git log -1 --format=%H
2026-06-10T22:49:44.5958486Z d239ae418c6352f4f3a32d5ec6d365cc2a8a3180
